Pro-Cloud API Web Service
Method/ProCloudWS.asmx/ProviderGetOpenOrdersByEmailAddress
Pro-Cloud API Web Service > All Operations Resource Group : /ProCloudWS.asmx/ProviderGetOpenOrdersByEmailAddress (Method)
Request (ProviderGetOpenOrdersByEmailAddressSoapIn)

The request body is of type ProviderGetOpenOrdersByEmailAddress.

Request Body Parameters

NameDescriptionData Type

This is a unique provider id, which can be obtained from CSS

GUId

guid

This is your unique service password which can be obtained from CSS

String (min 1 max 50)

xml:string

This is an "EmailAddress” field which will list all find all open activities for that paticular account.

String(min 1 max 100)

xml:string
strEmailAddress Element strPassword Element objProviderGUId Element Sequence ProviderGetOpenOrdersByEmailAddress Element

Overview

Sequence
strPassword optional xs:string
strEmailAddress optional xs:string
Response (ProviderGetOpenOrdersByEmailAddressSoapOut)

The response body is of type ProviderGetOpenOrdersByEmailAddressResponse.

Response Body Parameters

NameDescriptionData Type
 objProviderGetOpenOrdersByEmailAddressReturn
xmlDataSet Element strErrorMsg Element intErrorId Element Sequence ProviderGetOpenOrdersByEmailAddressResult Element Sequence ProviderGetOpenOrdersByEmailAddressResponse Element

Overview

Example
<?xml version="1.0" encoding="utf-8"?>
<objProviderGetOpenOrdersByEmailAddressReturn xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://pro-cloud.org/">
  <intErrorId>0</intErrorId>
  <strErrorMsg />
  <xmlDataSet>
    <NewDataSet xmlns="">
      <ProviderGetOpenOrdersByEmailAddress>
        <ServiceUserId>154440</ServiceUserId>
        <ServiceUserGUId>af30c72c-3e1f-4a73-b8f4-26feb77bd890</ServiceUserGUId>
        <ServiceUser_Surname>Doherty</ServiceUser_Surname>
        <ActivityId>351209</ActivityId>
        <ActivityGuid>2bec862a-a1a7-49f2-8e63-f03e470cce33</ActivityGuid>
        <OrderDate>2017-02-23T10:34:16.65+00:00</OrderDate>
        <ActivityRaisedById>10325</ActivityRaisedById>
        <ActivityRaisedBy>Paul Doherty</ActivityRaisedBy>
        <Delivery_PostCode>UB6 7RW</Delivery_PostCode>
        <ActivityItemId>459377</ActivityItemId>
        <ActivityItemGUId>3e980d31-3969-45f4-9134-40ed1c19660f</ActivityItemGUId>
        <UniqueStockRef>307-109</UniqueStockRef>
        <AccessionNumber />
        <AccessionNumber2 />
        <EinDescription>Enid Blyton | Remembering the creator of Noddy and the Famous Five</EinDescription>
        <ExpectedDeliveryDate>26/02/2017 17:00:00  </ExpectedDeliveryDate>
      </ProviderGetOpenOrdersByEmailAddress>
    </NewDataSet>
  </xmlDataSet>
</objProviderGetOpenOrdersByEmailAddressReturn>
See Also
All Operations Resource GroupPro-Cloud API Web Service